home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / webalizer / sample.conf < prev    next >
Text File  |  2005-02-13  |  27KB  |  628 lines

  1. #
  2. # Sample Webalizer configuration file
  3. # Copyright 1997-2000 by Bradford L. Barrett (brad@mrunix.net)
  4. #
  5. # Distributed under the GNU General Public License.  See the
  6. # files "Copyright" and "COPYING" provided with the webalizer
  7. # distribution for additional information.
  8. #
  9. # This is a sample configuration file for the Webalizer (ver 2.01)
  10. # Lines starting with pound signs '#' are comment lines and are
  11. # ignored.  Blank lines are skipped as well.  Other lines are considered
  12. # as configuration lines, and have the form "ConfigOption  Value" where
  13. # ConfigOption is a valid configuration keyword, and Value is the value
  14. # to assign that configuration option.  Invalid keyword/values are
  15. # ignored, with appropriate warnings being displayed.  There must be
  16. # at least one space or tab between the keyword and its value.
  17. #
  18. # As of version 0.98, The Webalizer will look for a 'default' configuration
  19. # file named "webalizer.conf" in the current directory, and if not found
  20. # there, will look for "/etc/webalizer.conf".
  21.  
  22. # LogFile defines the web server log file to use.  If not specified
  23. # here or on on the command line, input will default to STDIN.  If
  24. # the log filename ends in '.gz' (ie: a gzip compressed file), it will
  25. # be decompressed on the fly as it is being read.
  26.  
  27. #LogFile        \Apache2\logs\access.log
  28.  
  29. # LogType defines the log type being processed.  Normally, the Webalizer
  30. # expects a CLF or Combined web server log as input.  Using this option,
  31. # you can process ftp logs as well (xferlog as produced by wu-ftp and
  32. # others), or Squid native logs.  Values can be 'clf', 'ftp' or 'squid',
  33. # with 'clf' the default.
  34. # new value 'iis' for IIS this tag let choice to webalizer to choice
  35. # between standard (default in IIS4) log format and W3C (default in IIS5)
  36. # webalizer make choice based upon name of Log (std begin with I and W3c with E)
  37. # you can mix in same folder both type of log, webalizer read all and make one 
  38. # report, 
  39.  
  40. LogType    clf
  41.  
  42. # OutputDir is where you want to put the output files.  This should
  43. # should be a full path name, however relative ones might work as well.
  44. # If no output directory is specified, the current directory will be used.
  45.  
  46. #OutputDir      \webalizer
  47.  
  48. # HistoryName allows you to specify the name of the history file produced
  49. # by the Webalizer.  The history file keeps the data for up to 12 months
  50. # worth of logs, used for generating the main HTML page (index.html).
  51. # The default is a file named "webalizer.hist", stored in the specified
  52. # output directory.  If you specify just the filename (without a path),
  53. # it will be kept in the specified output directory.  Otherwise, the path
  54. # is relative to the output directory, unless absolute (leading /).
  55.  
  56. #HistoryName    webalizer.hist
  57.  
  58. # Incremental processing allows multiple partial log files to be used
  59. # instead of one huge one.  Useful for large sites that have to rotate
  60. # their log files more than once a month.  The Webalizer will save its
  61. # internal state before exiting, and restore it the next time run, in
  62. # order to continue processing where it left off.  This mode also causes
  63. # The Webalizer to scan for and ignore duplicate records (records already
  64. # processed by a previous run).  See the README file for additional
  65. # information.  The value may be 'yes' or 'no', with a default of 'no'.
  66. # The file 'webalizer.current' is used to store the current state data,
  67. # and is located in the output directory of the program (unless changed
  68. # with the IncrementalName option below).  Please read at least the section
  69. # on Incremental processing in the README file before you enable this option.
  70.  
  71. #Incremental    yes
  72.  
  73. # IncrementalName allows you to specify the filename for saving the
  74. # incremental data in.  It is similar to the HistoryName option where the
  75. # name is relative to the specified output directory, unless an absolute
  76. # filename is specified.  The default is a file named "webalizer.current"
  77. # kept in the normal output directory.  If you don't specify "Incremental"
  78. # as 'yes' then this option has no meaning.
  79.  
  80. #IncrementalName    webalizer.current
  81.  
  82. # ReportTitle is the text to display as the title.  The hostname
  83. # (unless blank) is appended to the end of this string (seperated with
  84. # a space) to generate the final full title string.
  85. # Default is (for english) "Usage Statistics for".
  86.  
  87. #ReportTitle    Usage Statistics for
  88.  
  89. # HostName defines the hostname for the report.  This is used in
  90. # the title, and is prepended to the URL table items.  This allows
  91. # clicking on URL's in the report to go to the proper location in
  92. # the event you are running the report on a 'virtual' web server,
  93. # or for a server different than the one the report resides on.
  94. # If not specified here, or on the command line, webalizer will
  95. # try to get the hostname via a uname system call.  If that fails,
  96. # it will default to "localhost".
  97.  
  98. #HostName       localhost
  99.  
  100. # HTMLExtension allows you to specify the filename extension to use
  101. # for generated HTML pages.  Normally, this defaults to "html", but
  102. # can be changed for sites who need it (like for PHP embeded pages).
  103.  
  104. #HTMLExtension  html
  105.  
  106. # PageType lets you tell the Webalizer what types of URL's you
  107. # consider a 'page'.  Most people consider html and cgi documents
  108. # as pages, while not images and audio files.  If no types are
  109. # specified, defaults will be used ('htm*', 'cgi' and HTMLExtension
  110. # if different for web logs, 'txt' for ftp logs).
  111.  
  112. PageType    htm*
  113. PageType    cgi
  114. #PageType    phtml
  115. #PageType    php3
  116. #PageType    pl
  117.  
  118. # UseHTTPS should be used if the analysis is being run on a
  119. # secure server, and links to urls should use 'https://' instead
  120. # of the default 'http://'.  If you need this, set it to 'yes'.
  121. # Default is 'no'.  This only changes the behaviour of the 'Top
  122. # URL's' table.
  123.  
  124. #UseHTTPS       no
  125.  
  126. # DNSCache specifies the DNS cache filename to use for reverse DNS lookups.
  127. # This file must be specified if you wish to perform name lookups on any IP
  128. # addresses found in the log file.  If an absolute path is not given as
  129. # part of the filename (ie: starts with a leading '/'), then the name is
  130. # relative to the default output directory.  See the DNS.README file for
  131. # additional information.
  132. # if you use ListServer you must use Full Path for DnsCache.
  133.  
  134. #DNSCache    dns_cache.db
  135.  
  136. # DNSChildren allows you to specify how many "children" processes are
  137. # run to perform DNS lookups to create or update the DNS cache file.
  138. # If a number is specified, the DNS cache file will be created/updated
  139. # each time the Webalizer is run, immediately prior to normal processing,
  140. # by running the specified number of "children" processes to perform
  141. # DNS lookups.  If used, the DNS cache filename MUST be specified as
  142. # well.  The default value is zero (0), which disables DNS cache file
  143. # creation/updates at run time.  The number of children processes to
  144. # run may be anywhere from 1 to 100, however a large number may effect
  145. # normal system operations.  Reasonable values should be between 5 and
  146. # 20.  See the DNS.README file for additional information.
  147.  
  148. #DNSChildren    0
  149.  
  150. # HTMLPre defines HTML code to insert at the very beginning of the
  151. # file.  Default is the DOCTYPE line shown below.  Max line length
  152. # is 80 characters, so use multiple HTMLPre lines if you need more.
  153.  
  154. #HTMLPre <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  155.  
  156. # HTMLHead defines HTML code to insert within the <HEAD></HEAD>
  157. # block, immediately after the <TITLE> line.  Maximum line length
  158. # is 80 characters, so use multiple lines if needed.
  159.  
  160. #HTMLHead <META NAME="author" CONTENT="The Webalizer">
  161.  
  162. # HTMLBody defined the HTML code to be inserted, starting with the
  163. # <BODY> tag.  If not specified, the default is shown below.  If
  164. # used, you MUST include your own <BODY> tag as the first line.
  165. # Maximum line length is 80 char, use multiple lines if needed.
  166.  
  167. #HTMLBody <BODY BGCOLOR="#E8E8E8" TEXT="#000000" LINK="#0000FF" VLINK="#FF0000">
  168.  
  169. # HTMLPost defines the HTML code to insert immediately before the
  170. # first <HR> on the document, which is just after the title and
  171. # "summary period"-"Generated on:" lines.  If anything, this should
  172. # be used to clean up in case an image was inserted with HTMLBody.
  173. # As with HTMLHead, you can define as many of these as you want and
  174. # they will be inserted in the output stream in order of apperance.
  175. # Max string size is 80 characters.  Use multiple lines if you need to.
  176.  
  177. #HTMLPost     <BR CLEAR="all">
  178.  
  179. # HTMLTail defines the HTML code to insert at the bottom of each
  180. # HTML document, usually to include a link back to your home
  181. # page or insert a small graphic.  It is inserted as a table
  182. # data element (ie: <TD> your code here </TD>) and is right
  183. # alligned with the page.  Max string size is 80 characters.
  184.  
  185. #HTMLTail <IMG SRC="msfree.png" ALT="100% Microsoft free!">
  186.  
  187. # HTMLEnd defines the HTML code to add at the very end of the
  188. # generated files.  It defaults to what is shown below.  If
  189. # used, you MUST specify the </BODY> and </HTML> closing tags
  190. # as the last lines.  Max string length is 80 characters.
  191.  
  192. #HTMLEnd </BODY></HTML>
  193.  
  194. # The Quiet option suppresses output messages... Useful when run
  195. # as a cron job to prevent bogus e-mails.  Values can be either
  196. # "yes" or "no".  Default is "no".  Note: this does not suppress
  197. # warnings and errors (which are printed to stderr).
  198.  
  199. #Quiet        no
  200.  
  201. # ReallyQuiet will supress all messages including errors and
  202. # warnings.  Values can be 'yes' or 'no' with 'no' being the
  203. # default.  If 'yes' is used here, it cannot be overriden from
  204. # the command line, so use with caution.  A value of 'no' has
  205. # no effect.
  206.  
  207. #ReallyQuiet    no
  208.  
  209. # TimeMe allows you to force the display of timing information
  210. # at the end of processing.  A value of 'yes' will force the
  211. # timing information to be displayed.  A value of 'no' has no
  212. # effect.
  213.  
  214. #TimeMe        no
  215.  
  216. # GMTTime allows reports to show GMT (UTC) time instead of local
  217. # time.  Default is to display the time the report was generated
  218. # in the timezone of the local machine, such as EDT or PST.  This
  219. # keyword allows you to have times displayed in UTC instead.  Use
  220. # only if you really have a good reason, since it will probably
  221. # screw up the reporting periods by however many hours your local
  222. # time zone is off of GMT.
  223.  
  224. #GMTTime        no
  225.  
  226. # Debug prints additional information for error messages.  This
  227. # will cause webalizer to dump bad records/fields instead of just
  228. # telling you it found a bad one.   As usual, the value can be
  229. # either "yes" or "no".  The default is "no".  It shouldn't be
  230. # needed unless you start getting a lot of Warning or Error
  231. # messages and want to see why.  (Note: warning and error messages
  232. # are printed to stderr, not stdout like normal messages).
  233.  
  234. #Debug        no
  235.  
  236. # FoldSeqErr forces the Webalizer to ignore sequence errors.
  237. # This is useful for Netscape and other web servers that cache
  238. # the writing of log records and do not guarentee that they
  239. # will be in chronological order.  The use of the FoldSeqErr
  240. # option will cause out of sequence log records to be treated
  241. # as if they had the same time stamp as the last valid record.
  242. # Default is to ignore out of sequence log records.
  243.  
  244. #FoldSeqErr    no
  245.  
  246. # VisitTimeout allows you to set the default timeout for a visit
  247. # (sometimes called a 'session').  The default is 30 minutes,
  248. # which should be fine for most sites.
  249. # Visits are determined by looking at the time of the current
  250. # request, and the time of the last request from the site.  If
  251. # the time difference is greater than the VisitTimeout value, it
  252. # is considered a new visit, and visit totals are incremented.
  253. # Value is the number of seconds to timeout (default=1800=30min)
  254.  
  255. #VisitTimeout    1800
  256.  
  257. # IgnoreHist shouldn't be used in a config file, but it is here
  258. # just because it might be usefull in certain situations.  If the
  259. # history file is ignored, the main "index.html" file will only
  260. # report on the current log files contents.  Usefull only when you
  261. # want to reproduce the reports from scratch.  USE WITH CAUTION!
  262. # Valid values are "yes" or "no".  Default is "no".
  263.  
  264. #IgnoreHist    no
  265.  
  266. # Country Graph allows the usage by country graph to be disabled.
  267. # Values can be 'yes' or 'no', default is 'yes'.
  268.  
  269. #CountryGraph    yes
  270.  
  271. # DailyGraph and DailyStats allows the daily statistics graph
  272. # and statistics table to be disabled (not displayed).  Values
  273. # may be "yes" or "no". Default is "yes".
  274.  
  275. #DailyGraph    yes
  276. #DailyStats    yes
  277.  
  278. # HourlyGraph and HourlyStats allows the hourly statistics graph
  279. # and statistics table to be disabled (not displayed).  Values
  280. # may be "yes" or "no". Default is "yes".
  281.  
  282. #HourlyGraph    yes
  283. #HourlyStats    yes
  284.  
  285. # GraphLegend allows the color coded legends to be turned on or off
  286. # in the graphs.  The default is for them to be displayed.  This only
  287. # toggles the color coded legends, the other legends are not changed.
  288. # If you think they are hideous and ugly, say 'no' here :)
  289.  
  290. #GraphLegend    yes
  291.  
  292. # GraphLines allows you to have index lines drawn behind the graphs.
  293. # I personally am not crazy about them, but a lot of people requested
  294. # them and they weren't a big deal to add.  The number represents the
  295. # number of lines you want displayed.  Default is 2, you can disable
  296. # the lines by using a value of zero ('0').  [max is 20]
  297. # Note, due to rounding errors, some values don't work quite right.
  298. # The lower the better, with 1,2,3,4,6 and 10 producing nice results.
  299.  
  300. #GraphLines    2
  301.  
  302. # The "Top" options below define the number of entries for each table.
  303. # Defaults are Sites=30, URL's=30, Referrers=30 and Agents=15, and
  304. # Countries=30. TopKSites and TopKURLs (by KByte tables) both default
  305. # to 10, as do the top entry/exit tables (TopEntry/TopExit).  The top
  306. # search strings and usernames default to 20.  Tables may be disabled
  307. # by using zero (0) for the value.
  308.  
  309. #TopSites        30
  310. #TopKSites       10
  311. #TopURLs         30
  312. #TopKURLs        10
  313. #TopReferrers    30
  314. #TopAgents       15
  315. #TopCountries    30
  316. #TopEntry        10
  317. #TopExit         10
  318. #TopSearch       20
  319. #TopUsers        20
  320.  
  321. # The All* keywords allow the display of all URL's, Sites, Referrers
  322. # User Agents, Search Strings and Usernames.  If enabled, a seperate
  323. # HTML page will be created, and a link will be added to the bottom
  324. # of the appropriate "Top" table.  There are a couple of conditions
  325. # for this to occur..  First, there must be more items than will fit
  326. # in the "Top" table (otherwise it would just be duplicating what is
  327. # already displayed).  Second, the listing will only show those items
  328. # that are normally visable, which means it will not show any hidden
  329. # items.  Grouped entries will be listed first, followed by individual
  330. # items.  The value for these keywords can be either 'yes' or 'no',
  331. # with the default being 'no'.  Please be aware that these pages can
  332. # be quite large in size, particularly the sites page,  and seperate
  333. # pages are generated for each month, which can consume quite a lot
  334. # of disk space depending on the traffic to your site.
  335.  
  336. #AllSites    no
  337. #AllURLs    no
  338. #AllReferrers    no
  339. #AllAgents    no
  340. #AllSearchStr    no
  341. #AllUsers       no
  342.  
  343. # The Webalizer normally strips the string 'index.' off the end of
  344. # URL's in order to consolidate URL totals.  For example, the URL
  345. # /somedir/index.html is turned into /somedir/ which is really the
  346. # same URL.  This option allows you to specify additional strings
  347. # to treat in the same way.  You don't need to specify 'index.' as
  348. # it is always scanned for by The Webalizer, this option is just to
  349. # specify _additional_ strings if needed.  If you don't need any,
  350. # don't specify any as each string will be scanned for in EVERY
  351. # log record... A bunch f them will degrade performance.  Also,
  352. # the string is scanned for anywhere in the URL, so a string of
  353. # 'home' would turn the URL /somedir/homepages/brad/home.html into
  354. # just /somedir/ which is probably not what was intended.
  355.  
  356. #IndexAlias     home.htm
  357. #IndexAlias    homepage.htm
  358.  
  359. # The Hide*, Group* and Ignore* and Include* keywords allow you to
  360. # change the way Sites, URL's, Referrers, User Agents and Usernames
  361. # are manipulated.  The Ignore* keywords will cause The Webalizer to
  362. # completely ignore records as if they didn't exist (and thus not
  363. # counted in the main site totals).  The Hide* keywords will prevent
  364. # things from being displayed in the 'Top' tables, but will still be
  365. # counted in the main totals.  The Group* keywords allow grouping
  366. # similar objects as if they were one.  Grouped records are displayed
  367. # in the 'Top' tables and can optionally be displayed in BOLD and/or
  368. # shaded. Groups cannot be hidden, and are not counted in the main
  369. # totals. The Group* options do not, by default, hide all the items
  370. # that it matches.  If you want to hide the records that match (so just
  371. # the grouping record is displayed), follow with an identical Hide*
  372. # keyword with the same value.  (see example below)  In addition,
  373. # Group* keywords may have an optional label which will be displayed
  374. # instead of the keywords value.  The label should be seperated from
  375. # the value by at least one 'white-space' character, such as a space
  376. # or tab.
  377. #
  378. # The value can have either a leading or trailing '*' wildcard
  379. # character.  If no wildcard is found, a match can occur anywhere
  380. # in the string. Given a string "www.yourmama.com", the values "your",
  381. # "*mama.com" and "www.your*" will all match.
  382. # Your own site should be hidden
  383.  
  384. #HideSite    *mrunix.net
  385. #HideSite    localhost
  386.  
  387. # Your own site gives most referrals
  388. #HideReferrer    mrunix.net/
  389.  
  390. # This one hides non-referrers ("-" Direct requests)
  391. #HideReferrer    Direct Request
  392.  
  393. # Usually you want to hide these
  394. HideURL        *.gif
  395. HideURL        *.GIF
  396. HideURL        *.jpg
  397. HideURL        *.JPG
  398. HideURL        *.png
  399. HideURL        *.PNG
  400. HideURL        *.ra
  401.  
  402. # Hiding agents is kind of futile
  403. #HideAgent    RealPlayer
  404.  
  405. # You can also hide based on authenticated username
  406. #HideUser    root
  407. #HideUser    admin
  408.  
  409. # Grouping options
  410. #GroupURL    /cgi-bin/*    CGI Scripts
  411. #GroupURL    /images/*    Images
  412. #GroupSite    *.aol.com
  413. #GroupSite    *.compuserve.com
  414. #GroupReferrer    yahoo.com/    Yahoo!
  415. #GroupReferrer    excite.com/     Excite
  416. #GroupReferrer    infoseek.com/   InfoSeek
  417. #GroupReferrer    webcrawler.com/ WebCrawler
  418.  
  419. #GroupUser      root            Admin users
  420. #GroupUser      admin           Admin users
  421. #GroupUser      wheel           Admin users
  422.  
  423. # The following is a great way to get an overall total
  424. # for browsers, and not display all the detail records.
  425. # (You should use MangleAgent to refine further...)
  426.  
  427. #GroupAgent    MSIE        Microsoft Internet Exploder
  428. #HideAgent    MSIE
  429. #GroupAgent    Mozilla        Netscape
  430. #HideAgent    Mozilla
  431. #GroupAgent    Lynx*        Lynx
  432. #HideAgent    Lynx*
  433.  
  434. # HideAllSites allows forcing individual sites to be hidden in the
  435. # report.  This is particularly useful when used in conjunction
  436. # with the "GroupDomain" feature, but could be useful in other
  437. # situations as well, such as when you only want to display grouped
  438. # sites (with the GroupSite keywords...).  The value for this
  439. # keyword can be either 'yes' or 'no', with 'no' the default,
  440. # allowing individual sites to be displayed.
  441.  
  442. #HideAllSites    no
  443.  
  444. # The GroupDomains keyword allows you to group individual hostnames
  445. # into their respective domains.  The value specifies the level of
  446. # grouping to perform, and can be thought of as 'the number of dots'
  447. # that will be displayed.  For example, if a visiting host is named
  448. # cust1.tnt.mia.uu.net, a domain grouping of 1 will result in just
  449. # "uu.net" being displayed, while a 2 will result in "mia.uu.net".
  450. # The default value of zero disable this feature.  Domains will only
  451. # be grouped if they do not match any existing "GroupSite" records,
  452. # which allows overriding this feature with your own if desired.
  453.  
  454. #GroupDomains    0
  455.  
  456. # The GroupShading allows grouped rows to be shaded in the report.
  457. # Useful if you have lots of groups and individual records that
  458. # intermingle in the report, and you want to diferentiate the group
  459. # records a little more.  Value can be 'yes' or 'no', with 'yes'
  460. # being the default.
  461.  
  462. #GroupShading    yes
  463.  
  464. # GroupHighlight allows the group record to be displayed in BOLD.
  465. # Can be either 'yes' or 'no' with the default 'yes'.
  466.  
  467. #GroupHighlight    yes
  468.  
  469. # The Ignore* keywords allow you to completely ignore log records based
  470. # on hostname, URL, user agent, referrer or username.  I hessitated in
  471. # adding these, since the Webalizer was designed to generate _accurate_
  472. # statistics about a web servers performance.  By choosing to ignore
  473. # records, the accuracy of reports become skewed, negating why I wrote
  474. # this program in the first place.  However, due to popular demand, here
  475. # they are.  Use the same as the Hide* keywords, where the value can have
  476. # a leading or trailing wildcard '*'.  Use at your own risk ;)
  477.  
  478. #IgnoreSite    bad.site.net
  479. #IgnoreURL    /test*
  480. #IgnoreReferrer    file:/*
  481. #IgnoreAgent    RealPlayer
  482. #IgnoreUser     root
  483.  
  484. # The Include* keywords allow you to force the inclusion of log records
  485. # based on hostname, URL, user agent, referrer or username.  They take
  486. # precidence over the Ignore* keywords.  Note: Using Ignore/Include
  487. # combinations to selectivly process parts of a web site is _extremely
  488. # inefficent_!!! Avoid doing so if possible (ie: grep the records to a
  489. # seperate file if you really want that kind of report).
  490.  
  491. # Example: Only show stats on Joe User's pages...
  492. #IgnoreURL    *
  493. #IncludeURL    ~joeuser*
  494.  
  495. # Or based on an authenticated username
  496. #IgnoreUser     *
  497. #IncludeUser    someuser
  498.  
  499. # The MangleAgents allows you to specify how much, if any, The Webalizer
  500. # should mangle user agent names.  This allows several levels of detail
  501. # to be produced when reporting user agent statistics.  There are six
  502. # levels that can be specified, which define different levels of detail
  503. # supression.  Level 5 shows only the browser name (MSIE or Mozilla)
  504. # and the major version number.  Level 4 adds the minor version number
  505. # (single decimal place).  Level 3 displays the minor version to two
  506. # decimal places.  Level 2 will add any sub-level designation (such
  507. # as Mozilla/3.01Gold or MSIE 3.0b).  Level 1 will attempt to also add
  508. # the system type if it is specified.  The default Level 0 displays the
  509. # full user agent field without modification and produces the greatest
  510. # amount of detail.  User agent names that can't be mangled will be
  511. # left unmodified.
  512.  
  513. #MangleAgents    0
  514.  
  515. # The SearchEngine keywords allow specification of search engines and
  516. # their query strings on the URL.  These are used to locate and report
  517. # what search strings are used to find your site.  The first word is
  518. # a substring to match in the referrer field that identifies the search
  519. # engine, and the second is the URL variable used by that search engine
  520. # to define it's search terms.
  521.  
  522. SearchEngine    yahoo.com    p=
  523. SearchEngine    altavista.com    q=
  524. SearchEngine    google.com    q=
  525. SearchEngine    eureka.com    q=
  526. SearchEngine    lycos.com    query=
  527. SearchEngine    hotbot.com    MT=
  528. SearchEngine    msn.com        MT=
  529. SearchEngine    infoseek.com    qt=
  530. SearchEngine    webcrawler    searchText=
  531. SearchEngine    excite        search=
  532. SearchEngine    netscape.com    search=
  533. SearchEngine    mamma.com    query=
  534. SearchEngine    alltheweb.com    query=
  535. SearchEngine    northernlight.com  qr=
  536.  
  537. # The Dump* keywords allow the dumping of Sites, URL's, Referrers
  538. # User Agents, Usernames and Search strings to seperate tab delimited
  539. # text files, suitable for import into most database or spreadsheet
  540. # programs.
  541.  
  542. # DumpPath specifies the path to dump the files.  If not specified,
  543. # it will default to the current output directory.  Do not use a
  544. # trailing slash ('/').
  545.  
  546. #DumpPath    \Apache2\logs
  547.  
  548. # The DumpHeader keyword specifies if a header record should be
  549. # written to the file.  A header record is the first record of the
  550. # file, and contains the labels for each field written.  Normally,
  551. # files that are intended to be imported into a database system
  552. # will not need a header record, while spreadsheets usually do.
  553. # Value can be either 'yes' or 'no', with 'no' being the default.
  554.  
  555. #DumpHeader    no
  556.  
  557. # DumpExtension allow you to specify the dump filename extension
  558. # to use.  The default is "tab", but some programs are pickey about
  559. # the filenames they use, so you may change it here (for example,
  560. # some people may prefer to use "csv").
  561.  
  562. #DumpExtension    tab
  563.  
  564. # These control the dumping of each individual table.  The value
  565. # can be either 'yes' or 'no'.. the default is 'no'.
  566.  
  567. #DumpSites    no
  568. #DumpURLs    no
  569. #DumpReferrers    no
  570. #DumpAgents    no
  571. #DumpUsers    no
  572. #DumpSearchStr  no
  573.  
  574. # End of configuration file...  Have a nice day!
  575.  
  576. # begin of new entry for Win32 release
  577.  
  578. # IndexPage default
  579.  
  580. # name of folder to read all file inside ...
  581. # number of file is limited to 250 for a folder if you want to read more you need to
  582. # rename file after process it and start webalizer twice ...
  583.  
  584. # FolderLog       \Apache2\logs\access\
  585. # ExtentionLog log
  586.  
  587. # when you use mix type of log in same folder, webalizer sort file for order by
  588. # name, but if begin of file file is mix sort didn't make work, then you can disable it
  589. # default is no 
  590.  
  591. # DisableSort yes
  592.  
  593.  
  594. # Name of file contain list of server to process like for each line :
  595. # Name of Customer<SPACE>Folder of log<SPACE>Folder output<SPACE>Host Name1;Host Name 2
  596. # sample (extract of production file, who have 255 lines)
  597. # all of option in this file apply to all reports ...
  598. # New in this file you can use coma (") for delimit field
  599. # wA001 \Apache2\logs\vhost1\ \webalizer\vhost1\ vhost1.example.com;www.example.com
  600. # wA002 \Apache2\logs\vhost2\ \webalizer\vhost2\ vhost2.example.com;www.example.org;www1.example.org
  601. # wA003 \Apache2\logs\vhost3\ \webalizer\vhost3\ vhost3.example.com;www.example.net
  602.  
  603. #ServerList \webalizer\serverlist.txt
  604.  
  605. # If you have dayly rotation on log name, you can change name after process a file
  606. # to have less no productive work day
  607. # to use this option you need to use "HistoryName" and "Incremental"
  608.  
  609. #RenameLog yes
  610. #NewExtension sav
  611.  
  612.  
  613. # 2 New Options for optimize DNS resolution : is time to live in data base cache 
  614. # for good dns resolution (default is 30 days) and for bad resolution, like
  615. # no reverse IP, in this case it's better to store errors in database file 
  616. # cause each day bad dns consume a lot of time (default 7 days)
  617.  
  618. #TtlDns         30
  619. #TtlDnsError    7
  620.  
  621. # new option for convert each record date to Local time before process it ...
  622. # Test only
  623. # default = No
  624.  
  625. #ConvertTime yes
  626.  
  627.  
  628. # end of new entry for Win32 release .. Have a nice day!